runtime.gcWork.tryGetSpan (method)

5 uses

	runtime (current package)
		mgcmark.go#L1316: 					if s = gcw.tryGetSpan(); s == 0 {
		mgcmark.go#L1322: 							if s = gcw.tryGetSpan(); s == 0 {
		mgcmark.go#L1416: 					if s = gcw.tryGetSpan(); s == 0 {
		mgcmark.go#L1422: 							if s = gcw.tryGetSpan(); s == 0 {
		mgcmark_greenteagc.go#L322: func (w *gcWork) tryGetSpan() objptr {